lcTIN_FileLoad Home

Loads data of a TIN object from a file.

 BOOL lcTIN_FileLoad (
   LPCWSTR szFileName,
   HANDLE hLcWnd
 );

Parameters
szFileName
  TIN data filename. If the string is "<Dialog>" or empty, then user will select a file by dialog.
hLcWnd
  Handle to a graphics window object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcTIN_FileSave,   lcTIN_BndFileSave